Getting Started
Writing content
API Documentation
Customization
Recipes
API References Develop
@ng-doc/core / Interface

NgDocPlaygroundControlConfig

Playground control configuration

Properties

NameTypeDescription
alias
string | undefined

Input alias that will be used to set the input value (e.g. myInputAlias)

description
string | undefined

Input description that will be used to display the tooltip on the playground control

options
string[] | undefined

List of possible options, it can be list of Type Alias items

type
string

Input type that will be used to display the playground control (e.g. string, number, boolean, MyOwnType)