Type alias ContentCreationOptions

ContentCreationOptions: {
    rules: ContentCreationRule[];
}

Configures how new content (e,g, from window.open or a link) is opened.

Type declaration

Generated using TypeDoc