vault/ui/stories/auth-config-form/options.md
Noelle Daley 67454f20e4
ui/storybook/add form components (#6533)
* storybook: add .md suffix to stories blueprint

* storybook: add FormField

* storybook: update AuthConfigForm docs

* storybook: add FormFieldGroups

* storybook: add MaskedInput

* storybook: add example FormField attr

* storybook: remove actions addon
2019-04-05 14:58:55 -07:00

24 lines
866 B
Markdown

<!--THIS FILE IS AUTO GENERATED. This file is generated from JSDoc comments in app/components/auth-config-form/options.js. To make changes, first edit that file and run "yarn gen-story-md auth-config-form/options" to re-generate the content.-->
## AuthConfigForm/Options
The `AuthConfigForm/Options` is options portion of the auth config form.
**Properties**
| Name | Type | Default | Description |
| --- | --- | --- | --- |
| model | <code>DS.Model</code> | <code></code> | The corresponding auth model that is being configured. |
**Example**
```js
{{auth-config-form/options model.model}}
```
**See**
- [Uses of AuthConfigForm/options](https://github.com/hashicorp/vault/search?l=Handlebars&q=AuthConfigForm/options)
- [AuthConfigForm/options Source Code](https://github.com/hashicorp/vault/blob/master/ui/app/components/auth-config-form/options.js)
---