bp-sdk-take-over
Custom element hooks
Name | Description |
---|
bp-sdk-external-take-over | disable html |
Classes
Name | Description |
---|
bp-sdk-take-over__container | Root div element |
Properties
Property | Attribute | Description | Type | Default |
---|
canTakeOver | can-take-over | Flag to indicate if user has permission to take over application form | boolean | undefined |
isCloned | is-cloned | Flag to indicate if application form is cloned | boolean | undefined |
isFormLoaded | is-form-loaded | Flag to indicate if there is an application form currently loaded | boolean | undefined |
isLocked | is-locked | Flag to indicate if application form is locked | boolean | undefined |
isOwner | is-owner | Flag to indicate if user is owner of application form | boolean | undefined |
takeOverHandler | -- | Take over handler function | () => void | undefined |
Dependencies
Used by
Depends on
Graph
graph TD;
bp-sdk-take-over --> bp-sdk-take-over-button
bp-sdk-take-over-button --> bp-sdk-button
bp-sdk-take-over-container --> bp-sdk-take-over
style bp-sdk-take-over fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS